Uses of Interface
org.eclipse.vtp.framework.common.controller.IExitDispatcher

Packages that use IExitDispatcher
org.eclipse.vtp.framework.common.controller   
org.eclipse.vtp.framework.common.services   
 

Uses of IExitDispatcher in org.eclipse.vtp.framework.common.controller
 

Methods in org.eclipse.vtp.framework.common.controller that return IExitDispatcher
 IExitDispatcher IController.createExit(ExitConfiguration configuration, AssignmentConfiguration[] assignments)
          Creates an exit dispatcher for the specified configuration.
 

Uses of IExitDispatcher in org.eclipse.vtp.framework.common.services
 

Methods in org.eclipse.vtp.framework.common.services that return IExitDispatcher
 IExitDispatcher Controller.createExit(ExitConfiguration configuration, AssignmentConfiguration[] assignments)